Welcome![Sign In][Sign Up]
Location:
Search - load driver

Search list

[Driver Developw2k_load

Description: NT 系列操作系统加载驱动程序的工具 可以加载WDM驱动程序-NT operating system loaded Series driver tool will load WDM
Platform: | Size: 6144 | Author: 张涛 | Hits:

[OS programui_SYS_LOADER

Description: 一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。-a good USB filter driver loading tools, for the rapid development of USB interface device drivers have some help.
Platform: | Size: 164864 | Author: 艾德 | Hits:

[Driver DevelopKernelExec

Description: 从RING0级下启动RING3级的应用程序源代码-from RING0 activated RING3-level application program source code
Platform: | Size: 70656 | Author: fengdian | Hits:

[Linux-Unixfpix-0.90.1.tar

Description: Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with "make". Then as root, install with "make install". Type "modprobe finepix" to load the module. userspace/ Type "make" to compile. fpix: test program, independant of the driver. Uses libusb to directly access the camera and capture a frame, saved under frame.jpg. Will not work if the driver is loaded. fpixtest: test program. Uses V4L2 to capture an image. fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest. -Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/Co. ntains the driver sources. Compile with "make" . Then as root. install with "make install." Type "modprobe fi nepix "to load the module. userspace/Type "mak e "to compile. fpix : test program, independant of the driver. Uses libusb to direc tly access the camera and capture a frame. saved under frame.jpg. Will not work if the driv er is loaded. fpixtest : test program. Uses V4L2 to capture an image. fpi x-stress-v4l2 : never ending (in theory) stress test derived fr om fpixtest.
Platform: | Size: 28672 | Author: 毕胜 | Hits:

[Driver Developdriverdev_src1

Description: This tutorial will describe how to create a simple device driver, dynamically load and unload it, and finally talk to it from user mode.
Platform: | Size: 10240 | Author: shi | Hits:

[OS programdriver

Description: VB复制SAM,以驱动加载,可以复制正在使用的系统的SAM文件-VB copy SAM, in order to drive to load, you can use to copy the SAM file system
Platform: | Size: 4096 | Author: noisc | Hits:

[Software Engineeringdriver

Description: linux下字符设备驱动程序的设计和实现过程。包括源码和加载步骤等详细指示。适合初学者。-under linux character device driver design and realization process. Including the source and load steps, such as detailed instructions. Suitable for beginners.
Platform: | Size: 124928 | Author: liyali | Hits:

[Driver Developdriver

Description: turbo2.4.19,下加载SATA卡驱动-turbo2.4.19, under the load SATA card driver
Platform: | Size: 365568 | Author: 颜雪松 | Hits:

[Driver Developntfs-970312.tar

Description: NTFS 磁盘系统 加载源代码 -NTFS disk system to load the source code
Platform: | Size: 63488 | Author: liu | Hits:

[Embeded-SCM Developdriver

Description: 适合用于嵌入式的zc301摄像头驱动。解压缩之后放在/driver/media/video/zc0301目录下,此目录下原来的文件全部删除。编译内核时选择自动加载zc301模块,就能用了。-Suitable for embedded camera zc301 drive. After decompression on/driver/media/video/zc0301 directory, this directory to delete all the original documents. The selection of the kernel module automatically load zc301 can be spent.
Platform: | Size: 15360 | Author: wwxun | Hits:

[Driver Developload_Sys

Description: 驱动程序加载卸载工具 编写RootKit加载驱动程序的测试工具 自己写的-Driver loading and unloading tools prepared RootKit driver load testing tool wrote it myself
Platform: | Size: 33792 | Author: xuezhimeng | Hits:

[Software EngineeringuClinux_CAN_Driver

Description: 嵌入式uClinux下的CAN总线设备驱动程序设计,文章条理清晰,很详细的介绍了驱动程序的编写,以及如何加载到uClinux内核中,相信对您会有所帮助.-UClinux embedded under the CAN-bus device driver design, the clarity of the article, very detailed account of the preparation of the driver, and how to load the uClinux kernel, I believe it would be helpful to you.
Platform: | Size: 10240 | Author: Davinci | Hits:

[DSP programBF533_SST_Flash_Driver

Description: 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver Uart.c 串口驱动,用于打印调试信息 2. 程序信息 ① NUM_SECTORS (BF533_SST_Flash_Driver.c) 参数在使用前必须正确定义宏SST_FLASH_TYPE (SST39VFXXX.h)以确保正确使用。 ② DEBUG (BF533_SST_Flash_Driver.c) 用于开启debug功能,当定义DEBUG为1后,可以利用全局字符数组char cDebug[100],打印调试信息,信息从串口(115200,N,8,1)打出。 #if DEBUG == 1 sprintf(cDebug, "ulStart = d, lCount = d, lStride = d, pnData = 0x x.\r\n", ulStart, lCount, lStride, pnData) UART_TX(cDebug, strlen(cDebug)) return NO_ERR #endif-2009.02.13 (Chiron.ylq) ------------------------------ The project is Silicon Storage Technology Inc. SST39VF512/010/020/040 series of Flash-Program Load Driver, and used under Analog Devices VisualDSP++ V5.0 development environment. 1. File Structure SST39VFXXX.dlb SST39VF512/010/020/040 Flash Program Driver BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver Uart.c serial driver, for printing debugging information 2. Procedural information ① NUM_SECTORS (BF533_SST_Flash_Driver.c) Parameters must be correct in the use of pre-defined macros SST_FLASH_TYPE (SST39VFXXX.h) to ensure proper use. ② DEBUG (BF533_SST_Flash_Driver.c) Used to open the debug function, when the definition of DEBUG for one, you can use the overall character array char cDebug [100], print debug information, information from the serial port (115200, N, 8,1) shot. # if DEBUG == 1 sprintf (cDebug, "ulStart = d, lCount = d, lStride = d, pnData
Platform: | Size: 65536 | Author: Chiron | Hits:

[Driver DevelopLoadNTDriver

Description: windows下加载驱动*.sys的源代码,经过VC6.0和DDK调试,可以正常使用,包内还有可以用来测试的SYS文件-windows under load*. sys driver source code, after VC6.0 and DDK debugger can be used normally have bag can be used to test the SYS file
Platform: | Size: 7168 | Author: 隔夜茶 | Hits:

[Dialog_WindowLoadDemo

Description: Driver loader. this MFC application which will load any driver (.sys)
Platform: | Size: 27648 | Author: Abraham | Hits:

[Linux-Unixi2c_load

Description: Script to load a i2c driver module in linux
Platform: | Size: 1024 | Author: mist4u | Hits:

[Driver DevelopDiskMon

Description: DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视, 但其驱动可以跑在W2k/XP/2K3/Vista上 该驱动Hook了disk的driver dispatch例程,不仅可以监视磁盘活动,稍微改下还能拦截、修改上层对磁盘的读写, 很容易就可以搞个什么 基于Disk的 -DiskMon only run on NT4 load on the drive, more than W2k platform in its use of kernel event tracing activities to monitor the achievement of the disk, but the drive can run in W2k/XP/2K3/Vista on the Hook of the disk drive of the driver dispatch routine, not only can monitor disk activity, but also under a slight change to intercept, modify the top of the disk read and write, it is easy to Disk-based搞个what the xxx
Platform: | Size: 8192 | Author: sldfl | Hits:

[Embeded Linuxdrivermoduleautoaddforlinux

Description: linux环境下实现自动加载驱动模块功能实现-linux environment for automatic load driver module functions
Platform: | Size: 9216 | Author: 常桂香 | Hits:

[Driver Developdriver-load

Description: 驱动加载程序,可以通过这个程序动态加载驱动程序(sys)-Driver loader, you can dynamically load the driver program
Platform: | Size: 1207296 | Author: 尹斌 | Hits:

[Driver DevelopDriver-Loader-for-Rootkit

Description: A simple tool that can be used to load driver (.sys) into the kernel.
Platform: | Size: 1710080 | Author: nignog | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net